home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / echohlp1.zip / LCBATCH1.ZIP / LZRCST.BAT < prev    next >
DOS Batch File  |  1992-11-16  |  937b  |  27 lines

  1. @echo off
  2. rem  -----------------------------------------------------------------------
  3. rem  LZRCST (LC) Mail Run Batch File - Alan Apollo/The Laser~Coast~Line BBS 
  4. rem  -----------------------------------------------------------------------
  5. rem  11/16/92 - [LZRCST.BAT] - "ReDialer" ROBOCOMM Start-Up Batch File
  6.  
  7. rem  NOTE!!
  8. rem  The dummy files (0-bytes) LCLCLR.FLG and LCLPASS.FLG Must exist in the
  9. rem  Wildcat! Data Directory - C:\WC30\DATA or you must edit all reference
  10. rem  to your actual directory!
  11.  
  12. call lzrcst2
  13. if exist c:\wc30\data\lclrec.flg goto :endrun
  14. rem > c:\wc30\data\retry.flg
  15. call lzrcst2
  16. if exist c:\wc30\data\lclrec.flg goto :endrun
  17. call lzrcst2
  18. if exist c:\wc30\data\lclrec.flg goto :endrun
  19. call lzrcst2
  20. if exist c:\wc30\data\lclrec.flg goto :endrun
  21. call lzrcst2
  22. if exist c:\wc30\data\lclrec.flg goto :endrun
  23.  
  24. :endrun
  25. if exist c:\wc30\data\retry.flg del c:\wc30\data\retry.flg
  26. cd c:\wc30
  27.